home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 23 / setup.exe / mirror.lib / user_menu.js < prev   
Text File  |  2000-06-27  |  2KB  |  70 lines

  1. var menuLength = 7
  2.  
  3. var menuList = new Array()
  4.  
  5. menuList['1_numitems'] = 1
  6. menuList['1_position'] = 67
  7. menuList['1_size'] = 2
  8. menuList['1_text1'] = "A quick introduction to Iomega Quik Sync 2."
  9. menuList['1_href1'] = ""
  10.  
  11. menuList['2_numitems'] = 1
  12. menuList['2_position'] = 89
  13. menuList['2_size'] = 3
  14. menuList['2_text1'] = "A description of what happens when you run Iomega Quik Sync 2 for the first time"
  15. menuList['2_href1'] = ""
  16.  
  17. menuList['3_numitems'] = 4
  18. menuList['3_position'] = 124
  19. menuList['3_size'] = 6
  20. menuList['3_text1'] = "All of Iomega Quik Sync 2's features in a three-tabbed interface"
  21. menuList['3_href1'] = ""
  22. menuList['3_text2'] = "The General Tab"
  23. menuList['3_href2'] = "settings.html#general"
  24. menuList['3_text3'] = "The Advanced Tab"
  25. menuList['3_href3'] = "settings.html#advanced"
  26. menuList['3_text4'] = "The Scheduling Tab"
  27. menuList['3_href4'] = "settings.html#scheduling"
  28.  
  29. menuList['4_numitems'] = 1
  30. menuList['4_position'] = 184
  31. menuList['4_size'] = 3
  32. menuList['4_text1'] = "Everything you need to know about restoring your Iomega Quik Sync 2 files"
  33. menuList['4_href1'] = ""
  34.  
  35. menuList['5_numitems'] = 5
  36. menuList['5_position'] = 188
  37. menuList['5_size'] = 9
  38. menuList['5_text1'] = "The following troubleshooting areas are available"
  39. menuList['5_href1'] = ""
  40. menuList['5_text2'] = "Problems with temporary files"
  41. menuList['5_href2'] = "troubleshooting.html#tempfiles"
  42. menuList['5_text3'] = "Source folder problems"
  43. menuList['5_href3'] = "troubleshooting.html#sourcefiles"
  44. menuList['5_text4'] = "Using ZipCD with Iomega Quik Sync"
  45. menuList['5_href4'] = "troubleshooting.html#zipcd"
  46. menuList['5_text5'] = "Disk protection error"
  47. menuList['5_href5'] = "troubleshooting.html#protection"
  48.  
  49. menuList['6_numitems'] = 4
  50. menuList['6_position'] = 239
  51. menuList['6_size'] = 6
  52. menuList['6_text1'] = "Help is available for the following regions"
  53. menuList['6_href1'] = ""
  54. menuList['6_text2'] = "U.S. and Canada"
  55. menuList['6_href2'] = "get_help_us.html"
  56. menuList['6_text3'] = "Europe, the Middle East, and Africa"
  57. menuList['6_href3'] = "get_help_eu.html"
  58. menuList['6_text4'] = "Asia-Pacific Region"
  59. menuList['6_href4'] = "get_help_ap.html"
  60.  
  61. menuList['7_numitems'] = 1
  62. menuList['7_position'] = 296
  63. menuList['7_size'] = 2
  64. menuList['7_text1'] = "An alphabetical index for this Iomega Quik Sync 2 manual"
  65. menuList['7_href1'] = ""
  66.  
  67.  
  68.  
  69.  
  70.